home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Temp / MiscTimeAdditions / Time_Stuff / mytime / English.lproj / mytime.nib / data.classes next >
Encoding:
Text File  |  1993-07-12  |  404 b   |  35 lines

  1. TimeShow = {
  2.     ACTIONS = {
  3.     chSec:;
  4.     chMonth:;
  5.     chToUpState:;
  6.     chWeek:;
  7.     chUSec:;
  8.     chYear:;
  9.     chToDownState:;
  10.     chMin:;
  11.     zeroIt:;
  12.     chHour:;
  13.     setRate:;
  14.     show:;
  15.     chDay:;
  16.     };
  17.     OUTLETS = {
  18.     outputField;
  19.     inputField;
  20.     };
  21.     SUPERCLASS = Time;
  22. };
  23. FirstResponder = {
  24.     ACTIONS = {
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. Time = {
  29.     ACTIONS = {
  30.     };
  31.     OUTLETS = {
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35.